@media screen and (max-width:750px) {
	.nmjb{
		min-width: 100%;
	}
	.formcont{
		margin-top: 110px;
	}
	.nm-cont{
		min-height: 0;
		width: 100%;
		margin: 0;
	}
	.table_info2,.table_info{
		margin: 0;
	}
	.nm-cont .title{
		text-align: center;
	}
	.table_name{
		font-size: 16px;
	}
	.input_text {
		width: 100% !important;
	}
	#captchabox input{
		width: 100px;
	}
	.ydtable tr td{
		display: block;
	}
	.ydtable .td_info,.ydtable .td_name2{
		float: left;
		margin-top: 20px;
	}
	.ydtable .td_info{
		width: 67% !important;
		height: 36px;
		line-height: 36px;
		float: left;
	}
	.ydtable .td_name2{
		width: 30% !important;
		line-height: 38px;
		box-sizing: border-box;
		float: left;
	}
	.ydtable tr{
		overflow:hidden;
	}
}